home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / VIVIDUS / QD3D.SIT / qd3d / Qd3dErr.h < prev    next >
Text File  |  1991-10-04  |  215b  |  10 lines

  1. //    Error codes (indices into Qd3dStr Str# resource).
  2. enum {
  3.     kNoGWorld = 1,
  4.     kNoChangeGWorld,
  5.     kCantLockPM,
  6.     kNoQDEnviron,        //    qd3d only (exception)
  7.     kZBuffBadScale        //    qd3d only (exception)
  8. };
  9.  
  10. #define    Qd3dStr    1050